In This Topic
GdPicture.NET.14 (COM - ActiveX)~GdPicture14_namespace / ThumbnailEx.ControlKeyUpEventHandler Delegate

ThumbnailEx.ControlKeyUpEventHandler Delegate

In This Topic
Syntax
'Declaration

 

<GuidAttribute("0C016F06-B135-3E6E-937E-F40375A73215")>

Public Delegate Sub ThumbnailEx.ControlKeyUpEventHandler( _

   ByVal KeyValue As Integer, _

   ByVal Control As Boolean, _

   ByVal Shift As Boolean, _

   ByVal Alt As Boolean _

) 
[Guid("0C016F06-B135-3E6E-937E-F40375A73215")]

public delegate void ThumbnailEx.ControlKeyUpEventHandler( 

   int KeyValue,

   bool Control,

   bool Shift,

   bool Alt

)
public delegate ThumbnailEx.ControlKeyUpEventHandler( 

    KeyValue: Integer;

    Control: Boolean;

    Shift: Boolean;

    Alt: Boolean

);
GuidAttribute("0C016F06-B135-3E6E-937E-F40375A73215")

public delegate ThumbnailEx.ControlKeyUpEventHandler( 

   KeyValue : int,

   Control : boolean,

   Shift : boolean,

   Alt : boolean

)
[Guid("0C016F06-B135-3E6E-937E-F40375A73215")]

public: __gc __delegate void ThumbnailEx.ControlKeyUpEventHandler( 

   int KeyValue,

   bool Control,

   bool Shift,

   bool Alt

)
[Guid("0C016F06-B135-3E6E-937E-F40375A73215")]

public delegate void ThumbnailEx.ControlKeyUpEventHandler( 

   int KeyValue,

   bool Control,

   bool Shift,

   bool Alt

)

Parameters

KeyValue
Control
Shift
Alt
See Also

Reference

ThumbnailEx.ControlKeyUpEventHandler Members
GdPicture.NET.14 (COM - ActiveX)~GdPicture14_namespace